CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - des cbc

搜索资源列表

  1. edcode

    0下载:
  2. 使用DES+CBC的加密解密程序,实现可以选择4/16迭代的不用加密解密强度
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:27492
    • 提供者:sjxyx
  1. CBC-DES

    2下载:
  2. 这是一个密码学实验的程序,主要是根据CBC和DES算法进行加密数据
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4323
    • 提供者:jiang tao
  1. des

    2下载:
  2. 使用DES算法;可以指定使用DES、2DES或者3DES算法;可以对任意的文件进行加密和解密,加密后文件扩展名为.des,可以指定使用ECB,CBC,CFB,OFB,CTR的任意一种模式;
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:60361
    • 提供者:huqiuping
  1. desfunc

    0下载:
  2. 传输资料加解密,再以非对称式加密法中...Data Encryption Standard (DES) algorithm,Fast ...经Triple DES CBC 演算法对私密金钥做加密或解 密.使用者可从网站下载NCNUCA的凭证产生程式,自行产生-data transmission encryption and decryption, with non-symmetric encryption method ... Data Encryption Standard (DES) alg
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:55374
    • 提供者:工期
  1. 复件 DES_and_3DES_and_CBC optimized 2

    0下载:
  2. DES 实现 包括 纯DES 3DES 和 CBC-DES achieve pure including 3DES and DES CBC
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:86869
    • 提供者:meji
  1. des cbc bec

    0下载:
  2. 所属分类:源码下载

    • 发布日期:2010-10-14
    • 文件大小:3021
    • 提供者:xyh1929@126.com
  1. AES_DES_Workmode.rar

    0下载:
  2. 对称/分组密码一般分为流加密(如OFB、CFB等)和块加密(如ECB、CBC等)。对于流加密,需要将分组密码转化为流模式工作。对于块加密(或称分组加密),如果要加密超过块大小的数据,就需要涉及填充和链加密模式,文中提到的ECB和CBC等就是指链加密模式。 本文将要介绍了AES对称加密/分组加密/流密码及其ECB、CBC、CFB、OFB和CTR五种对称加密模式。,Symmetric/block ciphers are generally divided into stream encryption
  3. 所属分类:File Formats

    • 发布日期:2016-01-25
    • 文件大小:383587
    • 提供者:王纪
  1. DesCrytoXP

    0下载:
  2. DES cbc和ecb模式的实现C++洒地方-int ByteToBit(ElemType ch,ElemType bit[8]) int BitToByte(ElemType bit[8],ElemType*ch) int Char8ToBit64(ElemType ch[8],ElemType bit[64]) int Bit64ToChar8(ElemType bit[64],ElemType ch[8])
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:48636
    • 提供者:chafer2011
  1. DES_LAST

    1下载:
  2. DES完全自己实现!能对输入字符串或者选定实现CBC,CFB-1,-8,-64等模式。算法自带有效率检测函数,运行结束显示系统效率。此源代码完全胜任课程设计,就算是毕业设计也只需进行一点改进。欢迎大家下载!-DES to achieve fully their own! Able to enter the selected string or the realization of CBC, CFB-1,-8,-64, such as model. Efficient detection algo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-12-25
    • 文件大小:326093
    • 提供者:maowu
  1. DES

    0下载:
  2. 加密解密算法,在CBC模式下的DES算法。代码都有备注,希望对大家有用哦。-Encryption and decryption algorithm in CBC mode of the DES algorithm. Note the code are, I hope all of you, oh useful.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4767
    • 提供者:Keven
  1. DES

    0下载:
  2. 分组密码分析: 主要是进行DES密码研究 包括CBC EBC 雪崩分析 差分分析-Block cipher analysis: DES password is mainly to conduct studies included CBC EBC analysis of differential analysis of avalanche
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:141048
    • 提供者:张梦
  1. des

    0下载:
  2. DES加密解密的实现,可以分别输入明文与密文,还可以选择ecb/cbc/cfb/ofb等工作模式,以及NoPadding和Pkcs5Padding等填充模式-DES encryption and decryption implementations can input plaintext and ciphertext ecb/cbc/cfb/ofb work mode, you can also choose to fill mode NoPadding and Pkcs5Padding
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-19
    • 文件大小:8586
    • 提供者:chen
  1. Encryption

    0下载:
  2. C#写的算法模拟,含有DES,RSA,密码模式等(CBC/ECB)等,但还有一部分没有完成。DES源代码自己用C++写的,已经编译成DLL文件,在此用C#自己调用的其中的函数。-C# to write the algorithm simulation, with DES, RSA, password mode (CBC/ECB) and so on, but some are not completed. DES own source code written in C++, have been
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:119854
    • 提供者:蒋先鹏
  1. deslib

    0下载:
  2. fast and simple des(+ cbc) implementation with sample test project
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:8407
    • 提供者:bukake
  1. DES-ebc-cbc

    0下载:
  2. 程序描述DES加密算法,及CBC和EBC的加密方式,是基于控制台的程序-The program describes the DES encryption algorithm, and the CBC and EBC encryption, console-based program
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1656685
    • 提供者:boyuan
  1. des

    1下载:
  2. 编写 C 程序实现 DES 加、解密: (1) 编程实现 基于自己的名字来构造一 DES 密钥; (2) 应用 (1) 获得的密钥将一副灰度 图 (BMP 格式 ) 进行加、解 密; (3) 应用 ECB 和 CBC 两种操作模式分别完成-C program to prepare DES Encryption and Decryption: (1) programming based on their names to construct a DES key (2) applications (
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:265704
    • 提供者:yangfeng
  1. Pub

    0下载:
  2. DES加密算法。提供DES的CBC方式的加密方法-DES-CBC Encrypt
  3. 所属分类:Java Develop

    • 发布日期:2017-11-22
    • 文件大小:707
    • 提供者:alan
  1. DES_and_3DES_and_CBC-optimized-2

    0下载:
  2. DES_and_3DES_and_CBC 包括DES 3DES,DES CBC3种模式的DELHPIE源码-The DES_and_3DES_and_CBC including DES 3DES, DES CBC 3 modes DELHPIE source!
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:97415
    • 提供者:zhangliang
  1. jiami

    0下载:
  2. delphi与java 加密解密 DES CBC PKCS5Padding-delphi and java encryption DES CBC PKCS5Padding
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-09
    • 文件大小:3947
    • 提供者:zhuye999
  1. OpenSSL

    1下载:
  2. 调用openssl实现des cbc ecb 加密 rsa 圆周曲线等等,功能十分强大-openssl des rsa md5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-10-31
    • 文件大小:1958049
    • 提供者:心艺软件
« 1 23 4 5 »
搜珍网 www.dssz.com